From 936acab9fc8d5a55ecc397d1e36578c36637450b Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Sat, 24 Jun 2006 23:39:05 +0100 Subject: [PATCH] Increases the retry limit to allow xend more time before issuing a balloon error. This fixes bug #683. Signed-off-by: Susan Krysan --- tools/python/xen/xend/balloon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/balloon.py b/tools/python/xen/xend/balloon.py index c4ce97deb2..95ebc4dadb 100644 --- a/tools/python/xen/xend/balloon.py +++ b/tools/python/xen/xend/balloon.py @@ -31,7 +31,7 @@ PROC_XEN_BALLOON = '/proc/xen/balloon' BALLOON_OUT_SLACK = 1 # MiB. We need this because the physinfo details are # rounded. -RETRY_LIMIT = 10 +RETRY_LIMIT = 20 RETRY_LIMIT_INCR = 5 ## # The time to sleep between retries grows linearly, using this value (in -- 2.30.2